Skip to main content

columnNames

Type

property

Summary

Specifies the names of columns. Examples:set the columnNames of widget "Table" to "Product,Icon,Description"

Syntax

get the columnNames of <widget>
set the columnNames of <widget> to <Comma-Delimited-List>

Description

Use columnNames to get or set the column names, the value of this property is a comma delimited list in which item corresponds to the name of the column on that position.

Note that columns can have a name and a different label. Column names are unique, if a columnNames is set with duplicate item only the first will be taken.